Opc.Ua.Core
WriteGuidArray(String,IList<Uuid>) Method



Opc.Ua Namespace > BinaryEncoder Class > WriteGuidArray Method : WriteGuidArray(String,IList<Uuid>) Method
Writes a GUID array to the stream.
Syntax
'Declaration
 
Public Overloads Sub WriteGuidArray( _
   ByVal fieldName As String, _
   ByVal values As IList(Of Uuid) _
) 
'Usage
 
Dim instance As BinaryEncoder
Dim fieldName As String
Dim values As IList(Of Uuid)
 
instance.WriteGuidArray(fieldName, values)
public void WriteGuidArray( 
   string fieldName,
   IList<Uuid> values
)
public:
void WriteGuidArray( 
   String^ fieldName,
   IList<Uuid>^ values
) 

Parameters

fieldName
values
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BinaryEncoder Class
BinaryEncoder Members
Overload List